| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal collection As IEnumerable(Of Graphic) _ ) | |
| C# | |
|---|---|
public GraphicCollection( IEnumerable<Graphic> collection ) | |
Parameters
- collection
- The collection from which the items are copied.
Target Platforms:Windows Phone 7